Get Examination (Vorsorgekompass) API
This API will get the Examination (Vorsorgekompass) content for AOK.
- Request Type : GET
- End Point URL : /v1/getExamination
- Authorization : basic_auth
Parameters :
Parameter | Description |
---|---|
aokid* | AOK id is the AOK specefic unique id. It will filter static html content and get AOK specefic content. |
Note :'*' Parameters are required |
- Sample URL : http://site_url/v1/getExamination?aokid=aokplus
- Response Success Code : 200 OK
- Sample Response
[
{
"cardId": 268,
"isSpecial": false,
"specialDescription": "",
"imageURL": "http://dev-cms.navida-cloud.plus.aok.de/sites/default/files/vorsorgekompass/precaution%202.png",
"editImageURL": "",
"cardTitle": "Früherkennung von Bauchaortenaneurysmen",
"cardDescription": "<p>Hast Du diese Untersuchung bereits genutzt?</p>",
"doctorSpec": "Hausarzt/Hausärztin sowie Internist/Internistin",
"moreInformation": [
{
"imageURL": "http://dev-cms.navida-cloud.plus.aok.de/sites/default/files/vorsorgekompass/union.png",
"content": "<p>Diese Untersuchung wird mittels Ultraschallscreening durchgeführt.</p>"
}
],
"rules": [
{
"ruleId": "1311",
"iterationFrequency": "1",
"iterationPeriod": "1020",
"minAge": "65",
"maxAge": "150",
"gender": "Male",
"note": "Diese Untersuchung wird mittels Ultraschallscreening durchgeführt.",
"completionDateFormat": "1"
}
],
"tags": "",
"accordionTitle": "Früherkennung von Bauchaortenaneurysmen: Das solltest Du wissen",
"accordionDescription": "<p>Diese Untersuchung ist eine Ultraschalluntersuchung, mit der eine Ausbuchtung (Aneurysma) der Bauchschlagader erkannt werden kann. Unter bestimmten Umständen kann es an dieser Stelle zu einem Riss kommen. Unbehandelt ist ein solcher Riss lebensbedrohlich.</p>"
}
]